TLMDWaveInfo Type

Unit
lmdwave

Declaration

TLMDWaveInfo = record
    Size:LongInt;
    SampleRate:LongInt;
    Channels:TLMDChannelMode;
    Format:TLMDWaveFormat;
    BitsCount:Word;
  end;